/*  ============= WEB BROWSER RESETS ============ */
* {
  margin: 0;
  padding: 0;
  border: none
}

*,
*::before,
*::after {
  box-sizing: border-box
}

html {
  height: 100%;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  scroll-behavior: smooth;
  scroll-padding-top: 20px
}

body {
  line-height: 1.5;
  min-height: 100vh
}

@media (max-width: 767px) {
  body {
    text-rendering: optimizeSpeed
  }
}

@media (min-width: 768px) {
  body {
    text-rendering: optimizeLegibility
  }
}

img {
  width: 100%;
  height: auto;
  display: block
}

input,
button,
textarea,
select {
  font: inherit
}

/* ================= ENDS ================ */

* {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  color: whitesmoke;
}


.about-color {
  background-color: #393E46;

}

header.theme-light {
  background-color: var(--gray-800)
}

header.theme-light h1 {
  color: white
}

header.theme-light h2 {
  color: var(--white-000)
}

header.theme-light h1 span.highlight {
  color: #00ADB5
}

header.theme-light .container-btn a.btn:nth-child(1):link,
header.theme-light .container-btn a.btn:nth-child(1):visited {
  background-color: #00ADB5
}

header.theme-light .container-btn a.btn:nth-child(1):link,
header.theme-light .container-btn a.btn:nth-child(1):visited {
  border-color: #00ADB5
}

header.theme-light .container-btn a.btn:nth-child(1):focus,
header.theme-light .container-btn a.btn:nth-child(1):hover,

header.theme-light .container-btn a.btn:nth-child(1):active {
  background-color: transparent;
  color: #00ADB5;
}

header.theme-light .container-btn a.btn:nth-child(2):focus,
header.theme-light .container-btn a.btn:nth-child(2):hover,
header.theme-light .container-btn a.btn:nth-child(2):active {
  background-color: #00ADB5
}

header.theme-light .container-btn a.btn:nth-child(2):link,
header.theme-light .container-btn a.btn:nth-child(2):visited {
  border-color: #00ADB5
}

header.theme-light .container-btn a.btn:nth-child(2):link,
header.theme-light .container-btn a.btn:nth-child(2):visited {
  color: #00ADB5
}

header.theme-light .container-btn a.btn:nth-child(2):focus,
header.theme-light .container-btn a.btn:nth-child(2):hover,
header.theme-light .container-btn a.btn:nth-child(2):active {
  color: white
}

header.theme-dark .badge {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  text-decoration-color: var(--green-400);
  text-decoration-style: wavy;
  background-color: black !important;
  color: #fff !important;
}

header.theme-dark h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 4px;
  font-size: var(--font-size-xxxl);
}

header.theme-dark h2 {
  font-family: 'Zilla Slab', serif;
  font-weight: 300;
}

h1 {
  font-size: 42px;
  color: white
}

h2 {
  font-size: 20px;
}


@media (max-width: 767px) {
  .container2 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media (min-width: 767px) {
  .container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}


div.cols-2-half {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  position: relative;
}

div.cols-2-half .col-text,
div.cols-2-half .col-visual {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 50%;
  padding-top: 5%;
  padding-bottom: 5%;
}

@media (max-width:767px) {

  div.cols-2-half .col-text,
  div.cols-2-half .col-visual {
    max-width: 67%;
    padding-bottom: 0%;
  }
}


div .col-visual {
  padding-left: 5%;
  padding-right: 5%;
}

div.theme-light h1 span.highlight {
  color: #00ADB5
}

h4 {
  font-weight: 20;
}


h3 {
  text-align: center;
  font-size: 42px;
}


@media (min-width:767px) {
  .tools {
    display: flex;
  }
}

.projects {
  text-align: center;
  box-sizing: border-box;
}

.three {
  background-color: var(--gray-800);
  flex-wrap: wrap;
}

.project img {

  visibility: hidden;
}

.projects ul {
  padding-top: 10px;
  text-align: center;
  align-items: stretch;
  justify-content: center;
  padding-left: 15%;
  padding-right: 15%;
  list-style: none;
  align-items: stretch;
  justify-content: center;
}


@media (min-width:767px) {
  .projects ul {
    display: flex;
  }
}

.project {
  position: relative;
  background-color: #3a404a;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 35rem;
}

@media (min-width:767px) {
  .project {
    margin-right: 20px;
  }
}

.visit {
  font-family: var(--font-sans);
  line-height: 1.5;
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
  font-weight: 600;
  transition: all 0.3s linear;
  width: fit-content;
  padding: 5px 12px;
  font-size: 10px;
  border-radius: 12px;
  margin-right: auto;
  display: none;
  text-decoration: none;
  color: white;
  display: flex;
  text-align: right;
  background-color: #00ADB5;
}

.project span {
  text-decoration: none;
}


.project:hover img {
  filter: blur(2px);
}


.project .desc {
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: inherit;
  font-weight: 500;
}

.project-title {
  font-weight: 700;
  font-size: 20px;
  color: #00ADB5;

}

@media (max-width:850px) {
  .project .desc {
    font-size: 10px;
    line-height: 1.2;
  }

  .project-title {
    color: #00ADB5;
    font-weight: 700;
    font-size: 12px;
  }
}

.project-text {

  text-align: left;
  z-index: 3;
  position: absolute;
  background-color: #3a404a;
  padding: 0.4rem 0.5rem;
  width: 100%;
}

.border {
  border-left: 2px solid #00ADB5;
  padding-left: 10px;
}

.ocr {
  background: url(../img/sudoku.png) top left/cover no-repeat;
}

.proxima {
  background: url(../img/proxima.png) top left/cover no-repeat;
}

.grades {
  background: url(../img/grades.png) top left/cover no-repeat;
}

.oop {
  background: url(../img/OOP.png) top left/cover no-repeat;
}

.webdesign {
  background: url(../img/webdesign.png) top left/cover no-repeat;
}

.woodshop {
  background: url(../img/woodshop.png) top left/cover no-repeat;
}



.back:hover {
  transform: scale(1.15);
  filter: brightness(105%);
}


.back {
  filter: blur(1px);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
  border: 1px solid #3a404a;
  transition: transform 2s, filter 0.75s ease-in-out;
  transform: scale(1);
  border-radius: 4px;

}

.project-front {
  height: 100%;
  width: 100%;
}

.project-sign {
  background-color: #3a404a;
  z-index: 3;
  position: relative;
  flex-direction: row;
  align-items: center;
  display: flex;
  padding: 0.4rem 0.5rem;
  justify-content: space-between;
}

.project-visit {
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
}

.project-info .visit {
  background-color: #00ADB5;
  border-radius: 3px;
}

.project-info .visit:first-child {
  margin-bottom: 0.5rem;
}

.project-date {
  background-color: var(--gray-800);
  border-width: 5px 10px 5px 10px;
  border-style: solid;
  border-color: var(--gray-800);
}